Searched refs:TEXTURE (Results 1 – 15 of 15) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | compiler.cc | 70 return gpu_info.IsAdreno() ? ObjectType::TEXTURE : ObjectType::BUFFER; in ChooseFastestObjectType() 79 return ObjectType::TEXTURE; in ChooseFastestRefObjectType() 81 return options.allow_precision_loss ? ObjectType::TEXTURE in ChooseFastestRefObjectType() 208 (object->object_type == ObjectType::TEXTURE || in Compile() 209 (is_ref && options_.ref_obj_type == ObjectType::TEXTURE) || in Compile() 210 (!is_ref && options_.preferred_obj_type == ObjectType::TEXTURE))) { in Compile() 211 object->object_type = ObjectType::TEXTURE; in Compile() 264 set_binding(ObjectType::TEXTURE, object); in Compile() 267 set_binding(ObjectType::TEXTURE, object); in Compile() 270 set_binding(ObjectType::TEXTURE, object.second); in Compile()
|
D | runtime.cc | 167 case ObjectType::TEXTURE: { in MakeBindingFunc() 213 case ObjectType::TEXTURE: { in MakeLateBindingFunc() 311 case ObjectType::TEXTURE: { in AllocateInternalObject() 341 case ObjectType::TEXTURE: { in AllocateConstObject() 480 if (object.object_type == ObjectType::TEXTURE) { in AddUsageRecord() 541 object->object_type != ObjectType::TEXTURE || in ApplyTexturesAssignment()
|
D | object.h | 45 TEXTURE = 1, enumerator 138 ObjectType::TEXTURE, in MakeReadonlyTexture()
|
D | serialization.cc | 223 case ObjectType::TEXTURE: in ToFB() 224 return data::ObjectType::TEXTURE; in ToFB() 503 case data::ObjectType::TEXTURE: in ToEnum() 504 return ObjectType::TEXTURE; in ToEnum()
|
D | compiled_model.fbs | 107 TEXTURE = 2,
|
D | serialization_test.cc | 180 ObjectType::TEXTURE, 5, uint3(1, 2, 3), 100u}); in TEST()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_texstate.c | 399 DBG(TEXTURE, "state[I915_TEXREG_SS2] = 0x%x\n", state[I915_TEXREG_SS2]); in i915_update_tex_unit() 400 DBG(TEXTURE, "state[I915_TEXREG_SS3] = 0x%x\n", state[I915_TEXREG_SS3]); in i915_update_tex_unit() 401 DBG(TEXTURE, "state[I915_TEXREG_SS4] = 0x%x\n", state[I915_TEXREG_SS4]); in i915_update_tex_unit() 402 DBG(TEXTURE, "state[I915_TEXREG_MS2] = 0x%x\n", state[I915_TEXREG_MS2]); in i915_update_tex_unit() 403 DBG(TEXTURE, "state[I915_TEXREG_MS3] = 0x%x\n", state[I915_TEXREG_MS3]); in i915_update_tex_unit() 404 DBG(TEXTURE, "state[I915_TEXREG_MS4] = 0x%x\n", state[I915_TEXREG_MS4]); in i915_update_tex_unit()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/ |
D | object_accessor.cc | 173 case ObjectType::TEXTURE: in GenerateReadAccessor() 277 case ObjectType::TEXTURE: in GenerateWriteAccessor() 490 case ObjectType::TEXTURE: in GenerateObjectDeclaration()
|
/external/angle/extensions/ |
D | ANGLE_multiview_multisample.txt | 84 "If the value of FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE is TEXTURE and
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 294 {dot}texture { return TEXTURE; }
|
D | program_parse.y | 188 %token TEXCOORD TEXENV TEXGEN TEXGEN_Q TEXGEN_R TEXGEN_S TEXGEN_T TEXTURE TRANSPOSE 1558 | TEXTURE optTexCoordUnitNum
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_dump.c | 675 CAP_CASE(LineCaps, D3DLINECAPS, TEXTURE); in nine_dump_D3DCAPS9()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingTests.cpp | 75 TEXTURE, enumerator
|
/external/mesa3d/docs/_extra/specs/ |
D | MESA_texture_array.spec | 356 by TexImage3D called with target set to TEXTURE 3D, no error is
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | render.cl | 1550 // INTEL HAS A "BLOCK STORE" FEATURE THAT SOLVES THIS AND TEXTURE 1601 // INTEL HAS A "BLOCK STORE" FEATURE THAT SOLVES THIS AND TEXTURE
|