Home
last modified time | relevance | path

Searched refs:image_size_const_offset (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h127 uint8_t image_size_const_offset; member
134 unsigned image_size_const_offset:5; member
H A Dr600_dump.c151 PRINT_UINT_MEMBER(image_size_const_offset); in print_shader_info()
H A Dr600_state_common.c844 key->ps.image_size_const_offset = util_last_bit(rctx->samplers[PIPE_SHADER_FRAGMENT].views.enabled_mask); in r600_shader_selector_key()
894 key->ps.image_size_const_offset = sel->info.file_max[TGSI_FILE_IMAGE]; in r600_shader_precompile_key()
H A Dr600_shader.c3517 shader->image_size_const_offset = key.ps.image_size_const_offset; in r600_shader_from_tgsi()
3521 shader->image_size_const_offset = ctx.info.file_count[TGSI_FILE_SAMPLER]; in r600_shader_from_tgsi()
9601 return r600_do_buffer_txq(ctx, 0, ctx->shader->image_size_const_offset, eg_buffer_base); in tgsi_resq()
9617 int id = tgsi_tex_get_src_gpr(ctx, 0) + ctx->shader->image_size_const_offset; in tgsi_resq()

Completed in 21 milliseconds