Searched refs:const_base (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jsimdext.inc | 199 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/ |
D | ilo_shader_internal.h | 157 int const_base, const_count; member
|
D | ilo_shader_cs.c | 186 ccc->shader->bt.const_base = 0; in cs_setup()
|
D | ilo_shader_vs.c | 133 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()
|
D | ilo_shader_fs.c | 297 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/ |
D | ilo_shader.c | 1314 val = kernel->bt.const_base; in ilo_shader_get_kernel_param()
|