Home
last modified time | relevance | path

Searched refs:OSL_DEVICE (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslnoise/
H A Dgabornoise.h33 static OSL_DEVICE constexpr float Gabor_Frequency = 2.0;
34 static OSL_DEVICE constexpr float Gabor_Impulse_Weight = 1.0f;
41 static OSL_DEVICE const float Gabor_Truncate = 0.02f;
50 OSL_DEVICE
H A Dsimplexnoise.cpp69 static OSL_DEVICE float zero[] = { 0.0f, 0.0f, 0.0f, 0.0f };
73 static OSL_DEVICE float grad2lut[8][2] = {
84 static OSL_DEVICE float grad3lut[16][3] = {
96 static OSL_DEVICE float grad4lut[32][4] = {
110 static OSL_DEVICE unsigned char simplex[64][4] = {
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslnoise/
H A Dgabornoise.h33 static OSL_DEVICE constexpr float Gabor_Frequency = 2.0;
34 static OSL_DEVICE constexpr float Gabor_Impulse_Weight = 1.0f;
41 static OSL_DEVICE const float Gabor_Truncate = 0.02f;
50 OSL_DEVICE
H A Dsimplexnoise.cpp69 static OSL_DEVICE float zero[] = { 0.0f, 0.0f, 0.0f, 0.0f };
73 static OSL_DEVICE float grad2lut[8][2] = {
84 static OSL_DEVICE float grad3lut[16][3] = {
96 static OSL_DEVICE float grad4lut[32][4] = {
110 static OSL_DEVICE unsigned char simplex[64][4] = {
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Dplatform.h327 #ifndef OSL_DEVICE
329 # define OSL_DEVICE __device__ macro
331 # define OSL_DEVICE macro
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Dplatform.h327 #ifndef OSL_DEVICE
329 # define OSL_DEVICE __device__ macro
331 # define OSL_DEVICE macro
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dllvm_ops.cpp134 # define OSL_SHADEOP_NOINLINE extern "C" OSL_DEVICE OSL_LLVM_EXPORT
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dllvm_ops.cpp134 # define OSL_SHADEOP_NOINLINE extern "C" OSL_DEVICE OSL_LLVM_EXPORT