Home
last modified time | relevance | path

Searched refs:texture_state (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear_priv.h75 sampler->texture_state.target == PIPE_TEXTURE_2D && in is_nearest_sampler()
78 (sampler->texture_state.level_zero_only || in is_nearest_sampler()
93 sampler->texture_state.target == PIPE_TEXTURE_2D && in is_linear_sampler()
96 (sampler->texture_state.level_zero_only || in is_linear_sampler()
H A Dlp_linear_sampler.c871 switch (sampler_state->texture_state.format) { in lp_linear_init_sampler()
903 switch (sampler_state->texture_state.format) { in lp_linear_init_sampler()
973 if (sampler->texture_state.format != PIPE_FORMAT_B8G8R8A8_UNORM && in lp_linear_check_sampler()
974 sampler->texture_state.format != PIPE_FORMAT_B8G8R8X8_UNORM) in lp_linear_check_sampler()
978 if (sampler->texture_state.swizzle_r != PIPE_SWIZZLE_X || in lp_linear_check_sampler()
979 sampler->texture_state.swizzle_g != PIPE_SWIZZLE_Y || in lp_linear_check_sampler()
980 sampler->texture_state.swizzle_b != PIPE_SWIZZLE_Z || in lp_linear_check_sampler()
981 sampler->texture_state.swizzle_a != PIPE_SWIZZLE_W) { in lp_linear_check_sampler()
H A Dlp_tex_sample.c390 &sampler->dynamic_state.static_state[i].texture_state, in lp_llvm_sampler_soa_emit_fetch_texel()
396 lp_build_sample_soa(&sampler->dynamic_state.static_state[texture_index].texture_state, in lp_llvm_sampler_soa_emit_fetch_texel()
417 &sampler->dynamic_state.static_state[params->texture_unit].texture_state, in lp_llvm_sampler_soa_emit_size_query()
H A Dlp_linear_fastpath.c204 const enum pipe_format tex_format = samp0->texture_state.format; in lp_linear_check_fastpath()
H A Dlp_state_fs.h70 struct lp_static_texture_state texture_state; member
H A Dlp_state_cs.c636 lp_sampler_static_texture_state(&cs_sampler[i].texture_state, in make_variant_key()
645 lp_sampler_static_texture_state(&cs_sampler[i].texture_state, in make_variant_key()
697 const struct lp_static_texture_state *texture = &samplers[i].texture_state; in dump_cs_variant_key()
H A Dlp_state_fs_linear.c665 enum pipe_format tex_format = samp0->texture_state.format; in llvmpipe_fs_variant_linear_fastpath()
H A Dlp_state_fs.c3550 const struct lp_static_texture_state *texture = &samplers[i].texture_state; in dump_fs_variant_key()
3744 const enum pipe_format texture_format = samp0->texture_state.format; in generate_variant()
3745 const enum pipe_texture_target target = samp0->texture_state.target; in generate_variant()
3750 if (samp0->texture_state.level_zero_only) { in generate_variant()
4471 lp_sampler_static_texture_state(&fs_sampler[i].texture_state, in make_variant_key()
4480 lp_sampler_static_texture_state(&fs_sampler[i].texture_state, in make_variant_key()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_image.c307 iview->texture_state[info.tex_state_type]); in pvr_CreateImageView()
318 iview->texture_state[info.tex_state_type]); in pvr_CreateImageView()
340 iview->texture_state[info.tex_state_type]); in pvr_CreateImageView()
421 result = pvr_pack_tex_state(device, &info, bview->texture_state); in pvr_CreateBufferView()
H A Dpvr_descriptor_set.c1448 qword_ptr[0] = iview->texture_state[PVR_TEXTURE_STATE_STORAGE][0]; in pvr_write_image_descriptor_primaries()
1449 qword_ptr[1] = iview->texture_state[PVR_TEXTURE_STATE_STORAGE][1]; in pvr_write_image_descriptor_primaries()
1451 qword_ptr[0] = iview->texture_state[PVR_TEXTURE_STATE_ATTACHMENT][0]; in pvr_write_image_descriptor_primaries()
1452 qword_ptr[1] = iview->texture_state[PVR_TEXTURE_STATE_ATTACHMENT][1]; in pvr_write_image_descriptor_primaries()
1454 qword_ptr[0] = iview->texture_state[PVR_TEXTURE_STATE_SAMPLE][0]; in pvr_write_image_descriptor_primaries()
1455 qword_ptr[1] = iview->texture_state[PVR_TEXTURE_STATE_SAMPLE][1]; in pvr_write_image_descriptor_primaries()
1651 qword_ptr[0] = bview->texture_state[0]; in pvr_write_buffer_descriptor()
1652 qword_ptr[1] = bview->texture_state[1]; in pvr_write_buffer_descriptor()
H A Dpvr_private.h361 uint64_t texture_state[PVR_TEXTURE_STATE_MAX_ENUM][2]; member
373 uint64_t texture_state[2]; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c349 &sampler->dynamic_state.static_state[i].texture_state, in draw_llvm_sampler_soa_emit_fetch_texel()
355 lp_build_sample_soa(&sampler->dynamic_state.static_state[texture_index].texture_state, in draw_llvm_sampler_soa_emit_fetch_texel()
376 &sampler->dynamic_state.static_state[params->texture_unit].texture_state, in draw_llvm_sampler_soa_emit_size_query()
H A Ddraw_llvm.c2442 lp_sampler_static_texture_state(&draw_sampler[i].texture_state, in draw_llvm_make_variant_key()
2481 debug_printf("sampler[%i].src_format = %s\n", i, util_format_name(sampler[i].texture_state.format)); in draw_llvm_dump_variant_key()
3041 lp_sampler_static_texture_state(&draw_sampler[i].texture_state, in draw_gs_llvm_make_variant_key()
3065 util_format_name(sampler[i].texture_state.format)); in draw_gs_llvm_dump_variant_key()
3703 lp_sampler_static_texture_state(&draw_sampler[i].texture_state, in draw_tcs_llvm_make_variant_key()
3725 util_format_name(sampler[i].texture_state.format)); in draw_tcs_llvm_dump_variant_key()
4243 lp_sampler_static_texture_state(&draw_sampler[i].texture_state, in draw_tes_llvm_make_variant_key()
4269 util_format_name(sampler[i].texture_state.format)); in draw_tes_llvm_dump_variant_key()
H A Ddraw_llvm.h74 struct lp_static_texture_state texture_state; member
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c127 stage_tex->texture_state[i].offset = in emit_one_texture()
131 v3d_bo_set_reference(&stage_tex->texture_state[i].bo, in emit_one_texture()
H A Dv3d_uniforms.c154 .texture_state_record_base_address = texstate->texture_state[unit], in write_texture_p1()
H A Dv3d_context.h198 struct v3d_cl_reloc texture_state[V3D_MAX_TEXTURE_SAMPLERS]; member

Completed in 32 milliseconds