/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 1119 const GatherCaseBaseParams& baseParams); 1156 const GatherCaseBaseParams& baseParams) in TextureGatherInstance() 1157 : ShaderRenderCaseInstance (context, false, DE_NULL, DE_NULL, DE_NULL, baseParams.sparseCase) in TextureGatherInstance() 1158 , m_baseParams (baseParams) in TextureGatherInstance() 1160 isDepthFormat(baseParams.textureFormat) ? tcu::TextureFormat::UNORM_INT8 : baseParams.textureFormat.type)) in TextureGatherInstance() 1804 void genGatherPrograms (vk::SourceCollections& programCollection, const GatherCaseBaseParams& baseParams, const vector<GatherArgs>& iterations) in genGatherPrograms() argument 1808 const IVec2& offsetRange = baseParams.offsetSize != OFFSETSIZE_IMPLEMENTATION_MAXIMUM ? getOffsetRange(baseParams.offsetSize) : IVec2(0); in genGatherPrograms() 1809 const bool usePixCoord = baseParams in genGatherPrograms() 1155 TextureGatherInstance(Context& context, const GatherCaseBaseParams& baseParams) TextureGatherInstance() argument 1888 TextureGather2DInstance(Context& context, const GatherCaseBaseParams& baseParams, const IVec2& textureSize, const vector<GatherArgs>& iterations) TextureGather2DInstance() argument 2108 TextureGather2DArrayInstance(Context& context, const GatherCaseBaseParams& baseParams, const IVec3& textureSize, const vector<Gather2DArrayArgs>& iterations) TextureGather2DArrayInstance() argument 2333 TextureGatherCubeInstance(Context& context, const GatherCaseBaseParams& baseParams, const int textureSize, const vector<GatherCubeArgs>& iterations) TextureGatherCubeInstance() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 1131 const GatherCaseBaseParams& baseParams); 1168 const GatherCaseBaseParams& baseParams) in TextureGatherInstance() 1169 : ShaderRenderCaseInstance (context, false, DE_NULL, DE_NULL, DE_NULL, baseParams.sparseCase) in TextureGatherInstance() 1170 , m_baseParams (baseParams) in TextureGatherInstance() 1172 isDepthFormat(baseParams.textureFormat) ? tcu::TextureFormat::UNORM_INT8 : baseParams.textureFormat.type)) in TextureGatherInstance() 1816 void genGatherPrograms (vk::SourceCollections& programCollection, const GatherCaseBaseParams& baseParams, const vector<GatherArgs>& iterations) in genGatherPrograms() argument 1820 const IVec2& offsetRange = baseParams.offsetSize != OFFSETSIZE_IMPLEMENTATION_MAXIMUM ? getOffsetRange(baseParams.offsetSize) : IVec2(0); in genGatherPrograms() 1821 const bool usePixCoord = baseParams in genGatherPrograms() 1167 TextureGatherInstance(Context& context, const GatherCaseBaseParams& baseParams) TextureGatherInstance() argument 1900 TextureGather2DInstance(Context& context, const GatherCaseBaseParams& baseParams, const IVec2& textureSize, const vector<GatherArgs>& iterations) TextureGather2DInstance() argument 2122 TextureGather2DArrayInstance(Context& context, const GatherCaseBaseParams& baseParams, const IVec3& textureSize, const vector<Gather2DArrayArgs>& iterations) TextureGather2DArrayInstance() argument 2349 TextureGatherCubeInstance(Context& context, const GatherCaseBaseParams& baseParams, const int textureSize, const vector<GatherCubeArgs>& iterations) TextureGatherCubeInstance() argument [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fRandomShaderTests.cpp | 39 gls::RandomShaderCase* createRandomShaderCase (Context& context, const char* description, const rsg::ProgramParameters& baseParams, deUint32 seed, bool vertex, bool fragment) in createRandomShaderCase() argument 41 rsg::ProgramParameters params = baseParams; in createRandomShaderCase()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fRandomShaderTests.cpp | 38 gls::RandomShaderCase* createRandomShaderCase (Context& context, const char* description, const rsg::ProgramParameters& baseParams, deUint32 seed, bool vertex, bool fragment) in createRandomShaderCase() argument 40 rsg::ProgramParameters params = baseParams; in createRandomShaderCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 3715 CreateAndUseIdsInstance::Params baseParams( in createShaderModuleIdentifierTests() 3727 BaseParamsPtr params = baseParams.copy(rndSeed++); in createShaderModuleIdentifierTests() 3736 BaseParamsPtr params = baseParams.copy(rndSeed++); in createShaderModuleIdentifierTests() 3743 BaseParamsPtr params = baseParams.copy(rndSeed++); in createShaderModuleIdentifierTests() 3779 CreateAndUseIdsInstance::Params baseParams( in createShaderModuleIdentifierTests() 3786 baseParams.graphicsShaders = graphicsShadersCases[1]; in createShaderModuleIdentifierTests() 3790 BaseParamsPtr params = baseParams.copy(1); in createShaderModuleIdentifierTests() 3793 baseParams.capturedProperties = static_cast<CapturedPropertiesFlags>(CapturedPropertiesBits::IRS); in createShaderModuleIdentifierTests() 3794 params = baseParams.copy(2); in createShaderModuleIdentifierTests()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | FrameBufferMtl.h | 133 const mtl::BlitParams &baseParams);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 3699 CreateAndUseIdsInstance::Params baseParams( in createShaderModuleIdentifierTests() 3711 BaseParamsPtr params = baseParams.copy(rndSeed++); in createShaderModuleIdentifierTests() 3720 BaseParamsPtr params = baseParams.copy(rndSeed++); in createShaderModuleIdentifierTests() 3727 BaseParamsPtr params = baseParams.copy(rndSeed++); in createShaderModuleIdentifierTests()
|