HomeSort by relevance Sort by last modified time
    Searched defs:tex (Results 226 - 250 of 262) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_shader.c 442 struct r600_bytecode_tex tex; local
444 tex.inst = bytes[bytes_read++];
445 tex.resource_id = bytes[bytes_read++];
446 tex.src_gpr = bytes[bytes_read++];
447 tex.src_rel = bytes[bytes_read++];
448 tex.dst_gpr = bytes[bytes_read++];
449 tex.dst_rel = bytes[bytes_read++];
450 tex.dst_sel_x = bytes[bytes_read++];
451 tex.dst_sel_y = bytes[bytes_read++];
452 tex.dst_sel_z = bytes[bytes_read++]
3758 struct r600_bytecode_tex tex; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
si_state.c 2212 struct r600_resource_texture *tex = (void *)resource[i]->base.texture; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 346 } tex; member in union:pipe_surface::__anon17755
370 } tex; member in union:pipe_sampler_view::__anon17758
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ff_fragment_shader.cpp 1003 "tex");
1005 ir_texture *tex = new(p->mem_ctx) ir_texture(ir_tex); local
1023 tex->set_sampler(deref, glsl_type::vec4_type);
1025 tex->coordinate = new(p->mem_ctx) ir_swizzle(texcoord, 0, 1, 2, 3, coords);
1029 tex->shadow_comparitor = new(p->mem_ctx) ir_swizzle(texcoord,
1036 tex->projector = swizzle_w(texcoord);
1038 p->emit(assign(p->src_texture[unit], tex));
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 1042 GrGLTexture* tex; local
1130 GrGLTexture* tex; local
    [all...]
  /external/deqp/framework/randomshaders/
rsgExpression.cpp 1635 const Sampler2D& tex = execCtx.getSampler2D(m_sampler); local
1651 const Sampler2D& tex = execCtx.getSampler2D(m_sampler); local
1667 const Sampler2D& tex = execCtx.getSampler2D(m_sampler); local
1684 const Sampler2D& tex = execCtx.getSampler2D(m_sampler); local
1701 const SamplerCube& tex = execCtx.getSamplerCube(m_sampler); local
1718 const SamplerCube& tex = execCtx.getSamplerCube(m_sampler); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 648 deUint32 tex = 0; local
652 glGenTextures(1, &tex);
653 glBindTexture(GL_TEXTURE_2D, tex);
703 deUint32 tex = 0; local
707 glGenTextures(1, &tex);
708 glBindTexture(GL_TEXTURE_CUBE_MAP, tex);
747 deUint32 tex = 0; local
752 glGenTextures(1, &tex);
753 glBindTexture(GL_TEXTURE_2D_ARRAY, tex);
786 deUint32 tex = 0 local
839 deUint32 tex = 0; local
899 deUint32 tex = 0; local
964 deUint32 tex = 0; local
1021 deUint32 tex = 0; local
1072 deUint32 tex = 0; local
1142 deUint32 tex = 0; local
1205 deUint32 tex = 0; local
1280 deUint32 tex = 0; local
1370 deUint32 tex = 0; local
1428 deUint32 tex = 0; local
1506 deUint32 tex = 0; local
1569 deUint32 tex = 0; local
1646 deUint32 tex = 0; local
1714 deUint32 tex = 0; local
1793 deUint32 tex = 0; local
1870 deUint32 tex = 0; local
1918 deUint32 tex = 0; local
1970 deUint32 tex = 0; local
2045 deUint32 tex = 0; local
2118 deUint32 tex = 0; local
2160 deUint32 tex = 0; local
2204 deUint32 tex = 0; local
2245 deUint32 tex = 0; local
2310 deUint32 tex = 0; local
2377 deUint32 tex = 0; local
2464 deUint32 tex = 0; local
2546 deUint32 tex = 0; local
2627 deUint32 tex = 0; local
2716 deUint32 tex = 0; local
2826 deUint32 tex = 0; local
2937 deUint32 tex = 0; local
3022 deUint32 tex = 0; local
3069 deUint32 tex = 0; local
3116 deUint32 tex = 0; local
3186 deUint32 tex = 0; local
3262 deUint32 tex = 0; local
3323 deUint32 tex = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 1888 TexInstruction *tex; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 442 struct r600_bytecode_tex tex; local
444 tex.inst = bytes[bytes_read++];
445 tex.resource_id = bytes[bytes_read++];
446 tex.src_gpr = bytes[bytes_read++];
447 tex.src_rel = bytes[bytes_read++];
448 tex.dst_gpr = bytes[bytes_read++];
449 tex.dst_rel = bytes[bytes_read++];
450 tex.dst_sel_x = bytes[bytes_read++];
451 tex.dst_sel_y = bytes[bytes_read++];
452 tex.dst_sel_z = bytes[bytes_read++]
3758 struct r600_bytecode_tex tex; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 2212 struct r600_resource_texture *tex = (void *)resource[i]->base.texture; local
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 346 } tex; member in union:pipe_surface::__anon31314
370 } tex; member in union:pipe_sampler_view::__anon31317
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 1003 "tex");
1005 ir_texture *tex = new(p->mem_ctx) ir_texture(ir_tex); local
1023 tex->set_sampler(deref, glsl_type::vec4_type);
1025 tex->coordinate = new(p->mem_ctx) ir_swizzle(texcoord, 0, 1, 2, 3, coords);
1029 tex->shadow_comparitor = new(p->mem_ctx) ir_swizzle(texcoord,
1036 tex->projector = swizzle_w(texcoord);
1038 p->emit(assign(p->src_texture[unit], tex));
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 1042 GrGLTexture* tex; local
1130 GrGLTexture* tex; local
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 327 const float tex[] = {u1,v1, u2,v2, u3,v3, u4,v4}; local
331 attribs[1].set(GL_FLOAT, 2, 8, false, (size_t)tex, "ATTRIB_texture0");
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 119 static ObjectLocalName TextureLocalName(GLenum target,unsigned int tex) {
121 return (tex!=0? tex : ctx->getDefaultTextureName(target));
124 static TextureData* getTextureData(ObjectLocalName tex) {
127 ObjectDataPtr objData = ctx->shareGroup()->getObjectData(TEXTURE,tex);
130 ctx->shareGroup()->setObjectData(TEXTURE, tex, ObjectDataPtr(texData));
139 unsigned int tex = ctx->getBindedTexture(target); local
140 return getTextureData(TextureLocalName(target,tex));
1774 unsigned int tex = ctx->getBindedTexture(target); local
2025 ObjectLocalName tex = TextureLocalName(target,ctx->getBindedTexture(target)); local
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 2139 surface_t* tex = &(c->state.texture[0].surface); local
2185 surface_t* tex = &(c->state.texture[0].surface); local
2255 surface_t* tex = &(c->state.texture[0].surface); local
2346 surface_t* tex = &(c->state.texture[0].surface); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.h 409 struct r300_texture_desc tex; member in struct:r300_resource
644 static INLINE struct r300_resource* r300_resource(struct pipe_resource* tex)
646 return (struct r300_resource*)tex;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 273 struct temp_texture Tex; /**< separate texture from other meta ops */
348 static void cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex);
1209 struct temp_texture *tex = &ctx->Meta->TempTex; local
1227 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; local
1400 struct temp_texture *tex = get_temp_texture(ctx); local
1580 struct temp_texture *tex = get_temp_texture(ctx); local
2106 struct temp_texture *tex = get_temp_texture(ctx); local
2292 struct temp_texture *tex = get_temp_texture(ctx); local
2326 struct temp_texture *tex = get_temp_texture(ctx); local
2358 struct temp_texture *tex = get_temp_texture(ctx); local
2626 struct temp_texture *tex = get_bitmap_temp_texture(ctx); local
3010 GLfloat x, y, tex[3]; member in struct:vertex
3087 GLfloat x, y, tex[3]; member in struct:vertex
3238 GLfloat x, y, tex[3]; member in struct:vertex
3611 GLfloat x, y, tex[3]; member in struct:vertex
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_context.h 66 /* used for both tcl_vtx and vc_frmt tex bits (they are identical) */
316 struct radeon_state_atom tex[3]; member in struct:r100_hw_state
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 925 GLuint tex = 0; local
928 GLU_CHECK_CALL(glGenTextures(1, &tex));
929 thread.newMessage() << "End -- glGenTextures(1, { " << tex << " })" << tcu::ThreadUtil::Message::End;
931 m_texture->texture = tex;
953 GLuint tex = m_texture->texture; local
955 thread.newMessage() << "Begin -- glDeleteTextures(1, { " << tex << " })" << tcu::ThreadUtil::Message::End;
956 GLU_CHECK_CALL(glDeleteTextures(1, &tex));
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 409 struct r300_texture_desc tex; member in struct:r300_resource
644 static INLINE struct r300_resource* r300_resource(struct pipe_resource* tex)
646 return (struct r300_resource*)tex;
  /external/mesa3d/src/mesa/drivers/common/
meta.c 273 struct temp_texture Tex; /**< separate texture from other meta ops */
348 static void cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex);
1209 struct temp_texture *tex = &ctx->Meta->TempTex; local
1227 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; local
1400 struct temp_texture *tex = get_temp_texture(ctx); local
1580 struct temp_texture *tex = get_temp_texture(ctx); local
2106 struct temp_texture *tex = get_temp_texture(ctx); local
2292 struct temp_texture *tex = get_temp_texture(ctx); local
2326 struct temp_texture *tex = get_temp_texture(ctx); local
2358 struct temp_texture *tex = get_temp_texture(ctx); local
2626 struct temp_texture *tex = get_bitmap_temp_texture(ctx); local
3010 GLfloat x, y, tex[3]; member in struct:vertex
3087 GLfloat x, y, tex[3]; member in struct:vertex
3238 GLfloat x, y, tex[3]; member in struct:vertex
3611 GLfloat x, y, tex[3]; member in struct:vertex
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.h 66 /* used for both tcl_vtx and vc_frmt tex bits (they are identical) */
316 struct radeon_state_atom tex[3]; member in struct:r100_hw_state
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 173 static ObjectLocalName TextureLocalName(GLenum target, unsigned int tex) {
175 return (tex!=0? tex : ctx->getDefaultTextureName(target));
178 static TextureData* getTextureData(ObjectLocalName tex){
181 if(!ctx->shareGroup()->isObject(TEXTURE,tex))
187 ObjectDataPtr objData = ctx->shareGroup()->getObjectData(TEXTURE,tex);
190 ctx->shareGroup()->setObjectData(TEXTURE, tex, ObjectDataPtr(texData));
199 unsigned int tex = ctx->getBindedTexture(target); local
200 return getTextureData(TextureLocalName(target,tex));
233 TextureData* tex = getTextureData(texture)
1481 unsigned int tex = ctx->getBindedTexture(target); local
1658 ObjectLocalName tex = TextureLocalName(target,ctx->getBindedTexture(target)); local
2276 ObjectLocalName tex = TextureLocalName(GL_TEXTURE_2D,texname); local
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 1801 cmds::TexSubImage2D tex; member in struct:gpu::gles2::Cmds
    [all...]

Completed in 1035 milliseconds

1 2 3 4 5 6 7 8 91011