Home
last modified time | relevance | path

Searched refs:const_base (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/simd/
Djsimdext.inc199 const_base:
201 %define GOTOFF(got,sym) (got) + (sym) - const_base
215 ; db 0x8D,0x9C + jmp near const_base =
216 ; lea ebx, [ecx+ebp*8+(const_base-%%ref)] ; 8D,9C,E9,(offset32)
218 jmp near const_base ; E9,(const_base-%%ref)
221 ; db 0x8D,0x8C + jmp near const_base =
222 ; lea ecx, [ecx+ebp*8+(const_base-%%ref)] ; 8D,8C,E9,(offset32)
224 jmp near const_base ; E9,(const_base-%%ref)
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dilo_shader_internal.h157 int const_base, const_count; member
Dilo_shader_cs.c186 ccc->shader->bt.const_base = 0; in cs_setup()
Dilo_shader_vs.c133 msg_type, msg_ctrl, vcc->shader->bt.const_base + dim); in vs_lower_opcode_tgsi_const_gen6()
165 vcc->shader->bt.const_base + dim); in vs_lower_opcode_tgsi_const_gen7()
1291 vcc->shader->bt.const_base = vcc->shader->bt.tex_base + in vs_setup()
1295 vcc->shader->bt.total_count = vcc->shader->bt.const_base + in vs_setup()
Dilo_shader_fs.c297 fcc->shader->bt.const_base + dim); in fs_lower_opcode_tgsi_indirect_const()
373 msg_type, msg_ctrl, fcc->shader->bt.const_base + dim); in fs_lower_opcode_tgsi_const_gen6()
420 fcc->shader->bt.const_base + dim); in fs_lower_opcode_tgsi_const_gen7()
1876 fcc->shader->bt.const_base = fcc->shader->bt.tex_base + in fs_setup()
1880 fcc->shader->bt.total_count = fcc->shader->bt.const_base + in fs_setup()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_shader.c1314 val = kernel->bt.const_base; in ilo_shader_get_kernel_param()