Searched refs:image_size_const_offset (Results 1 – 4 of 4) sorted by relevance
129 uint8_t image_size_const_offset; member136 unsigned image_size_const_offset:5; member
156 PRINT_UINT_MEMBER(image_size_const_offset); in print_shader_info()
3498 shader->image_size_const_offset = key.ps.image_size_const_offset; in r600_shader_from_tgsi()3502 shader->image_size_const_offset = ctx.info.file_count[TGSI_FILE_SAMPLER]; in r600_shader_from_tgsi()9559 return r600_do_buffer_txq(ctx, 0, ctx->shader->image_size_const_offset, eg_buffer_base); in tgsi_resq()9575 int id = tgsi_tex_get_src_gpr(ctx, 0) + ctx->shader->image_size_const_offset; in tgsi_resq()
815 …key->ps.image_size_const_offset = util_last_bit(rctx->samplers[PIPE_SHADER_FRAGMENT].views.enabled… in r600_shader_selector_key()