Searched refs:post_shuffle (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_shader_info.h | 44 uint32_t post_shuffle; member
|
H A D | aco_instruction_selection.cpp | 12436 bool post_shuffle = key->state.post_shuffle & (1u << loc); 12437 unsigned offset = vtx_info->chan_byte_size * (post_shuffle && j < 3 ? 2 - j : j);
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_aco_shader_info.h | 115 ASSIGN_VS_STATE_FIELD(post_shuffle); in radv_aco_convert_vs_prolog_key()
|
H A D | radv_shader.h | 387 uint32_t post_shuffle; member
|
H A D | radv_formats.c | 153 unsigned *nfmt, bool *post_shuffle, in radv_translate_vertex_format() 194 *post_shuffle = true; in radv_translate_vertex_format() 197 *post_shuffle = false; in radv_translate_vertex_format() 151 radv_translate_vertex_format(const struct radv_physical_device *pdevice, VkFormat format, const struct util_format_description *desc, unsigned *dfmt, unsigned *nfmt, bool *post_shuffle, enum radv_vs_input_alpha_adjust *alpha_adjust) radv_translate_vertex_format() argument
|
H A D | radv_pipeline.c | 1534 bool post_shuffle; in radv_pipeline_init_vertex_input_info() local 1543 &post_shuffle, &info.vertex_alpha_adjust[location]); in radv_pipeline_init_vertex_input_info() 1579 if (post_shuffle) in radv_pipeline_init_vertex_input_info() 4206 bool post_shuffle = pipeline_key->vs.vertex_post_shuffle & (1 << location); in radv_lower_vs_input() local 4223 const unsigned *swizzle = post_shuffle ? swizzle_post_shuffle : swizzle_normal; in radv_lower_vs_input() 4228 if (post_shuffle) { in radv_lower_vs_input() 4239 unsigned idx = i + (post_shuffle ? component : 0); in radv_lower_vs_input()
|
H A D | radv_cmd_buffer.c | 3023 uint32_t post_shuffle : 1; member 3152 if (state->post_shuffle & attribute_mask) { in lookup_vs_prolog() 3153 header.post_shuffle = true; in lookup_vs_prolog() 3154 key_words[key_size++] = state->post_shuffle & attribute_mask; in lookup_vs_prolog() 3728 rsrc_word3 = vs_state->post_shuffle & (1u << i) ? DST_SEL_ZYXW : data_format_dst_sel[dfmt]; in radv_write_vertex_descriptors() 6096 bool post_shuffle; in radv_CmdSetVertexInputEXT() local 6103 &dfmt, &nfmt, &post_shuffle, &alpha_adjust); in radv_CmdSetVertexInputEXT() 6110 found->post_shuffle = post_shuffle; in radv_CmdSetVertexInputEXT() 6120 if (found->post_shuffle) in radv_CmdSetVertexInputEXT() [all...] |
H A D | radv_private.h | 1574 bool post_shuffle; 2325 unsigned *nfmt, bool *post_shuffle,
|
Completed in 52 milliseconds