Home
last modified time | relevance | path

Searched refs:getComputeShaderCode (Results 1 - 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferAtomicFunctions.cpp117 std::string csSource = getComputeShaderCode(work_group_size); in initTest()
130 std::string TextureBufferAtomicFunctions::getComputeShaderCode(glw::GLint work_group_size) const in getComputeShaderCode() function in glcts::TextureBufferAtomicFunctions
H A DesextcTextureBufferAtomicFunctions.hpp111 std::string getComputeShaderCode(glw::GLint work_group_size) const;
H A DesextcTextureBufferMAXSizeValidation.hpp124 const char* getComputeShaderCode(void);
H A DesextcTextureBufferParamValueIntToFloatConversion.hpp116 std::string getComputeShaderCode(void);
H A DesextcTextureBufferMAXSizeValidation.cpp120 std::string csSource = getComputeShaderCode(); in initTest()
141 const char* TextureBufferMAXSizeValidation::getComputeShaderCode() in getComputeShaderCode() function in glcts::TextureBufferMAXSizeValidation
H A DesextcTextureBufferParamValueIntToFloatConversion.cpp123 std::string csSource = getComputeShaderCode(); in initTest()
144 std::string TextureBufferParamValueIntToFloatConversion::getComputeShaderCode() in getComputeShaderCode() function in glcts::TextureBufferParamValueIntToFloatConversion
H A DesextcTextureBufferActiveUniformValidation.hpp246 const char* getComputeShaderCode(void) const;
H A DesextcTextureBufferTextureBufferRange.hpp240 std::string getComputeShaderCode(FormatInfo& info) const;
H A DesextcTextureBufferOperations.hpp282 std::string getComputeShaderCode(void) const;
H A DesextcTextureBufferActiveUniformValidation.cpp618 const char* TextureBufferActiveUniformValidationCS::getComputeShaderCode() const in getComputeShaderCode() function in glcts::TextureBufferActiveUniformValidationCS
667 const char* csCode = getComputeShaderCode(); in createProgram()
H A DesextcTextureBufferOperations.cpp136 std::string csSource = getComputeShaderCode(); in initFirstPhase()
160 std::string TextureBufferOperations::getComputeShaderCode() const in getComputeShaderCode() function in glcts::TextureBufferOperations
H A DesextcTextureBufferTextureBufferRange.cpp676 std::string TextureBufferTextureBufferRange::getComputeShaderCode(FormatInfo& info) const in getComputeShaderCode() function in glcts::TextureBufferTextureBufferRange
995 std::string csSource = getComputeShaderCode(info); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5ImagesArrayIndexing.hpp126 std::string getComputeShaderCode(const std::string& layout_size_x, const std::string& layout_size_y);
H A DesextcGPUShader5ImagesArrayIndexing.cpp102 compute_shader_code = getComputeShaderCode(local_size_x_stringstream.str(), local_size_y_stringstream.str()); in initTest()
314 std::string GPUShader5ImagesArrayIndexing::getComputeShaderCode(const std::string& local_size_x, in getComputeShaderCode() function in glcts::GPUShader5ImagesArrayIndexing
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageOperations.hpp139 const char* getComputeShaderCode(void);
H A DesextcTextureCubeMapArrayImageTextureSize.hpp335 const char* getComputeShaderCode(void);
H A DesextcTextureCubeMapArrayImageOperations.cpp802 const char* csCode = getComputeShaderCode(); in configureProgram()
885 const char* TextureCubeMapArrayImageOpCompute::getComputeShaderCode() in getComputeShaderCode() function in glcts::TextureCubeMapArrayImageOpCompute
H A DesextcTextureCubeMapArrayImageTextureSize.cpp1465 const char* csCode = getComputeShaderCode(); in configureProgram()
1494 const char* TextureCubeMapArrayTextureSizeRTComputeShader::getComputeShaderCode(void) in getComputeShaderCode() function in glcts::TextureCubeMapArrayTextureSizeRTComputeShader

Completed in 15 milliseconds