Home
last modified time | relevance | path

Searched defs:specialize (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuStringTemplate.cpp64 string StringTemplate::specialize (const map<string, string>& params) const in specialize() function in tcu::StringTemplate
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.h182 specialize(Shader &shader, uint32_t id, T const& val) in specialize() function
/third_party/skia/src/gpu/effects/
DGrSkSLFP.cpp367 bool specialize = flags[i] & kSpecialize_Flag; in onAddToKey() local
DGrSkSLFP.h60 bool specialize; member
/third_party/vk-gl-cts/framework/opengl/
DgluShaderProgram.cpp135 void Shader::specialize (const char* entryPoint, glw::GLuint numSpecializationConstants, in specialize() function in glu::Shader
/third_party/skia/tests/
DSkRuntimeEffectTest.cpp883 auto make_color_fp = [&](SkPMColor4f color, bool specialize) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()